home *** CD-ROM | disk | FTP | other *** search
- object fmargins: Tfmargins
- Left = 470
- Top = 267
- BorderStyle = bsDialog
- Caption = 'Margins Settings'
- ClientHeight = 158
- ClientWidth = 217
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object GroupBox4: TGroupBox
- Left = 9
- Top = 7
- Width = 199
- Height = 106
- Caption = ' Printer Margins (in centimeters)'
- TabOrder = 0
- object Label22: TLabel
- Left = 21
- Top = 30
- Width = 19
- Height = 13
- Caption = 'Top'
- end
- object Label23: TLabel
- Left = 100
- Top = 30
- Width = 33
- Height = 13
- Caption = 'Bottom'
- end
- object Label24: TLabel
- Left = 22
- Top = 70
- Width = 18
- Height = 13
- Caption = 'Left'
- end
- object Label25: TLabel
- Left = 108
- Top = 70
- Width = 25
- Height = 13
- Caption = 'Right'
- end
- object mt: TEdit
- Left = 49
- Top = 26
- Width = 29
- Height = 21
- Hint = 'Default value is 2. Decimal point can be used.'
- Color = clWhite
- MaxLength = 5
- TabOrder = 0
- Text = '2'
- end
- object mb: TEdit
- Left = 142
- Top = 26
- Width = 29
- Height = 21
- Hint = 'Default value is 2. Decimal point can be used.'
- Color = clWhite
- MaxLength = 5
- TabOrder = 1
- Text = '2'
- end
- object ml: TEdit
- Left = 49
- Top = 66
- Width = 29
- Height = 21
- Hint = 'Default value is 2. Decimal point can be used.'
- Color = clWhite
- MaxLength = 5
- TabOrder = 2
- Text = '2'
- end
- object mr: TEdit
- Left = 142
- Top = 66
- Width = 29
- Height = 21
- Hint = 'Default value is 2. Decimal point can be used.'
- Color = clWhite
- MaxLength = 5
- TabOrder = 3
- Text = '2'
- end
- end
- object OKb: TButton
- Left = 114
- Top = 124
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object mbcancel: TButton
- Left = 29
- Top = 124
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-